"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
- The following example calls the shared procedure
下面的示例調(diào)用由 - shared procedures cannot be associated with a specific instance of a class
共享過程不能同特定類實例關(guān)聯(lián)。 - shared procedures and properties do not have access to instances of the class
共享過程和屬性不具有對類的實例的訪問權(quán)限。 - Similarly, a shared procedure or property holds only one set of local variables
同樣,共享過程或?qū)傩詢H存儲一組局部變量。 - You can call a shared procedure as a method of an object or directly from the class
可以將共享過程作為對象的方法調(diào)用或直接從類調(diào)用。 - shared procedures are class methods that are not associated with a specific instance of a class
共享過程是不與類的特定實例相關(guān)聯(lián)的類方法。例如,在